Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the all group with 5 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.48.0 1.49.1
cloud.google.com/go/container 1.44.1 1.45.0
github.com/onsi/ginkgo/v2 2.26.0 2.27.1
golang.org/x/net 0.45.0 0.46.0
google.golang.org/api 0.252.0 0.253.0

Updates cloud.google.com/go/compute from 1.48.0 to 1.49.1

Release notes

Sourced from cloud.google.com/go/compute's releases.

compute: v1.49.1

1.49.1 (2025-10-16)

Bug Fixes

  • compute: Upgrade gRPC service registration func (#13163) (136f25f)

compute: v1.49.0

1.49.0 (2025-10-13)

Features

  • compute: Update Compute Engine v1 API to revision 20250916 (#1107) (ddc086c)
  • compute: Update Compute Engine v1beta API to revision 20250916 (#1106) (ddc086c)
Commits
  • 687a10c chore: release main (#13166)
  • 7aa9612 feat(bigtable): Add experimental Bigtable connection pool with custom load ba...
  • 136f25f fix(compute): upgrade gRPC service registration func (#13163)
  • 192d2c4 chore(librarian): rename source_commit_hash to commit_hash (#13165)
  • f511368 chore: migrate configdelivery, geminidataanalytics and locationfinder to libr...
  • 2c37c8b feat(internal/librariangen): add nested protos config to repo-config.yaml (#1...
  • 2d0f8c7 chore: migrate 9 modules (accessapproval - serviceusage) to librarian (#13154)
  • bb35268 chore: migrate aiplatform to Librarian (#13159)
  • 8210f81 chore: apply state file changes to remove generated common types (#13155)
  • 96cfd47 feat(client): Enable routing cookie and attempt headers for enhanced retries ...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/container from 1.44.1 to 1.45.0

Release notes

Sourced from cloud.google.com/go/container's releases.

container 1.45.0

1.45.0 (2025-10-22)

Features

  • add privileged_admission_config field to Autopilot (PiperOrigin-RevId: 822311698) (f46efe45)

  • add end_time_behavior field to MaintenanceExclusionOptions (PiperOrigin-RevId: 822311698) (f46efe45)

  • add writable_cgroups field to ContainerdConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add autoscaled_rollout_policy field to BlueGreenSettings (PiperOrigin-RevId: 822311698) (f46efe45)

  • add network_tier_config field to NodeNetworkConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add node_kernel_module_loading field to LinuxNodeConfig (PiperOrigin-RevId: 822311698) (f46efe45)

  • add membership_type field to Fleet (PiperOrigin-RevId: 822311698) (f46efe45)

  • add network_tier_config field to IPAllocationPolicy (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate desired_enterprise_config field in ClusterUpdate (PiperOrigin-RevId: 822311698) (f46efe45)

  • deprecate enterprise_config field in Cluster (PiperOrigin-RevId: 822311698) (f46efe45)

  • add rotation_config field to SecretManagerConfig (PiperOrigin-RevId: 822311698) (f46efe45)

Documentation

  • various documentation fixes (PiperOrigin-RevId: 822311698) (f46efe45)
Commits
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • 70d82fe feat(securesourcemanager): Add field instance to message `.google.cloud.sec...
  • 40c3a5b docs(storage): remove preview wording from NewGRPCClient (#11002)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

  • Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
  • Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
Commits
  • 56cb393 v2.27.1
  • 2ce3f13 reporters: add enhanced bounds checking in emitTimeline to prevent slice panic
  • acf208a Adding check for malformed date
  • 51090a8 Updating after docs run
  • 606c1cb Fix Ginkgo Reporter slice-bounds panic
  • a6463b3 Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output()
  • 50ccbbe Fix Label usage in example code
  • e313a7c v2.27.0
  • abe7e78 Add SpecPriority decorator
  • 1713e14 add CurrentTreeConstructionNodeReport
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.45.0 to 0.46.0

Commits

Updates google.golang.org/api from 0.252.0 to 0.253.0

Release notes

Sourced from google.golang.org/api's releases.

v0.253.0

0.253.0 (2025-10-22)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.253.0 (2025-10-22)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Oct 27, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 27, 2025
@k8s-ci-robot k8s-ci-robot requested review from cpanato and dims October 27, 2025 19:02
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign chrischdi for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@netlify
Copy link

netlify bot commented Oct 27, 2025

Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!

Name Link
🔨 Latest commit 796c000
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cluster-api-gcp/deploys/6908f7cf4216210008d4f290
😎 Deploy Preview https://deploy-preview-1551--kubernetes-sigs-cluster-api-gcp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 27, 2025
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.48.0` | `1.49.1` |
| [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) | `1.44.1` | `1.45.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.26.0` | `2.27.1` |
| [golang.org/x/net](https://github.com/golang/net) | `0.45.0` | `0.46.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.252.0` | `0.253.0` |



Updates `cloud.google.com/go/compute` from 1.48.0 to 1.49.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.48.0...compute/v1.49.1)

Updates `cloud.google.com/go/container` from 1.44.1 to 1.45.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@container/v1.44.1...pubsub/v1.45.0)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.1)

Updates `golang.org/x/net` from 0.45.0 to 0.46.0
- [Commits](golang/net@v0.45.0...v0.46.0)

Updates `google.golang.org/api` from 0.252.0 to 0.253.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.252.0...v0.253.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  dependency-version: 1.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/container
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-version: 0.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-0e016834e5 branch from cbb73cf to 796c000 Compare November 3, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants